DataCollection | ComponentOne
C1.iOS.DataCollection Assembly / C1.iOS.DataCollection Namespace / C1TableViewSource<T> Class / RowsInSection Method
Table view displaying the rows.
Index of the section containing the rows.

In This Topic
    RowsInSection Method
    In This Topic
    Called by the table view to find out how many rows are to be rendered in the section specified by section.
    Syntax
    'Declaration
     
    Public Overrides NotOverridable Function RowsInSection( _
       ByVal tableview As UIKit.UITableView, _
       ByVal section As IntPtr _
    ) As IntPtr
    public override IntPtr RowsInSection( 
       UIKit.UITableView tableview,
       IntPtr section
    )

    Parameters

    tableview
    Table view displaying the rows.
    section
    Index of the section containing the rows.

    Return Value

    Number of rows in the section at index section.
    See Also